From 2ae7759bd0eefbfe6b55b6d6563bfc64bc1bbcc1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 22 Dec 2007 17:14:56 +0000 Subject: [PATCH] (set-variable-value-history): Add reference to history-length in the doc string. --- lisp/simple.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 8c97cec2a6c..d413e927a85 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4782,7 +4782,10 @@ Each action has the form (FUNCTION . ARGS)." 'switch-to-buffer-other-frame yank-action send-actions)) (defvar set-variable-value-history nil - "History of values entered with `set-variable'.") + "History of values entered with `set-variable'. + +Maximum length of the history list is determined by the value +of `history-length', which see.") (defun set-variable (variable value &optional make-local) "Set VARIABLE to VALUE. VALUE is a Lisp object. -- 2.30.2